ServiceDeleteItem Method (IListItemId, DeleteType, SendMeetingInvitations, AffectedTaskOccurrences) |
Deletes multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Response> DeleteItem(
IList<ItemId> items,
DeleteType deleteType,
SendMeetingInvitations sendMeetingInvitations,
AffectedTaskOccurrences affectedTaskOccurrences
)
Public Function DeleteItem (
items As IList(Of ItemId),
deleteType As DeleteType,
sendMeetingInvitations As SendMeetingInvitations,
affectedTaskOccurrences As AffectedTaskOccurrences
) As IList(Of Response)
Parameters
- items
- Type: System.Collections.GenericIListItemId
The IDs of the items to delete. - deleteType
- Type: Independentsoft.ExchangeDeleteType
The deletion mode. - sendMeetingInvitations
- Type: Independentsoft.ExchangeSendMeetingInvitations
Indicates whether cancellation messages should be sent. - affectedTaskOccurrences
- Type: Independentsoft.ExchangeAffectedTaskOccurrences
Indicates which instance of a recurring task should be deleted.
Return Value
Type:
IListResponseA collection of deletion results for each of the specified item IDs.
See Also